By obtaining for each entity a data command via OnConfigureUpdateCommand(TDataCommand,TEntity) and then running that command, this inversion control method handles the request to update a set of entities into the underlying relational data store.

Name Description
OnUpdate(IEnumerable<TEntity>) By obtaining for each entity a data command via OnConfigureUpdateCommand(TDataCommand,TEntity) and then running that command, this inversion control method handles the request to update a set of entities into the underlying relational data store.
OnUpdate(TEntity) Handles the request to update an entity into the underlying data store. (inherited from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters>).